home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / TearOffP.h.z / TearOffP.h
C/C++ Source or Header  |  2002-10-15  |  869b  |  39 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /* $XConsortium: TearOffP.h /main/8 1995/10/25 20:21:05 cde-sun $ */
  12. /* (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  13. #ifndef _XmTearOffP_h
  14. #define _XmTearOffP_h
  15.  
  16. #include <Xm/XmP.h>
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. typedef struct _XmExcludedParentPaneRec
  23. {
  24.    short pane_list_size;
  25.    Widget *pane;
  26.    short num_panes;
  27. } XmExcludedParentPaneRec;
  28.  
  29. #ifdef _SGIMOTIF
  30. externalref XmExcludedParentPaneRec _XmExcludedParentPane;
  31. #endif
  32.  
  33. #ifdef __cplusplus
  34. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  35. #endif
  36.  
  37. #endif  /* _XmTearOffP_h */
  38. /* DON'T ADD STUFF AFTER THIS #endif */
  39.